home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / corscsi2 / disk1 / aspimed.cm_ / aspimed.cm
Text File  |  1993-08-24  |  4KB  |  106 lines

  1.          ASPIDRIVER Media Vision V1.00 command line switches
  2.         ---------------------------------------------------
  3.  
  4. DEVICE=ASPIMED.SYS [/l] [/m] [/p<port>,<IRQ>] [/d<HAN>,<ID>,<BYTE>] 
  5.     [/x<port>] [/r[w]]
  6.  
  7. /L    enable nonzero LUN SCSI scanning at boot (for ASPI=1 GetDeviceType)
  8. /M    disable full message display during boot
  9.  
  10. /X<port>exclude slot from install (AT BUS)
  11. /P<port>,<irq>install port number (AT BUS) - can be given multiple times
  12.     if no /p option exists the driver is autoscanning the SCSI bus and
  13.     installing all supported cards on AT BUS
  14.  
  15. /R    do SCSI hard reset to all found host adapters.This option is useful
  16.     after a host adapter previous "hang" (the host adapter LED remains
  17.     on after reset,the card is not recognised at boot by the driver,etc)
  18. /RW    do SCSI hard reset and wait 5 seconds before any SCSI request is made
  19.     to the host adapter (for slow old SCSI devices that could "hang" the
  20.     host adapter after SCSI bus reset is sent)
  21.  
  22. /D<HAN>,<ID>,<BYTE> set unique parameter byte configuration option for
  23.     the specified host adapter and SCSI ID.You can set the following bits
  24.         bit2-prevent target disconnect
  25.         bit3-no autosense
  26.         bit1=1 AND bit6=1-use blind mode xfer on read for this id
  27.         (the option command line is /d0,id,41 ,where 0=host adapter
  28.         number ,id=cd rom id ,41 is the option byte)
  29.     For details about the configuration byte see ASP=5 Set Host Adapter
  30.     parameters 
  31.  
  32.         ASPIDRIVER MediaVision V1.00 initialization and mesages
  33.         -------------------------------------------------------
  34.  
  35.     Note : most of the initialization messages can be disabled to be 
  36.     displayed with the /M option.
  37.  
  38.     After the initial message
  39.  
  40.     "CorelASPI for DOS/MediaVision - device driver V1.00"
  41.     "Copyright (c) 1992-1993 Corel Corp."
  42.  
  43.     the driver starts processing of the config.sys line. If any i/o ports
  44.     are specified the driver tries installing only the cards that
  45.     correspond to the specified slots;else the driver scans the AT
  46.     bus for valid SCSI supported cards and installs them all. If none is 
  47.     found the driver exits without installing with the message
  48.  
  49.     "No supported SCSI cards located"
  50.     "Driver is not installed"
  51.  
  52.     At the end of the initialization the exit message displays the
  53.     number of SCSI cards installed.
  54.  
  55.      "Installation complete : x SCSI  card(s)   located"
  56.  
  57.     x-number of installed cards
  58.  
  59.     Any config.sys command error is ignored with the message
  60.  
  61.     "Unknown command line errors ignored"
  62.  
  63.     The per card host adapter specific initialization starts with the 
  64.     message
  65.  
  66.         "Initialising host adapter : x"
  67.      "Configuration I/O : yyyy, IDD : d, IRQ : bb, DMA : a"
  68.  
  69.     x-host adapter number (0 based)
  70.     yyyy-base I/O port for the card
  71.     d-the board scsi ID byte 
  72.     bb-interrupt level for the card
  73.     a-dma channel (0xFF if none)
  74.  
  75.     Then the driver is displaying the IBM host type and bus width
  76.  
  77.     "  Host : Pro Audio  Va.bb"
  78.  
  79.     a.bb the firmware revision number
  80.  
  81.     The driver is scanning the SCSI bus for present devices and displayes
  82.     the results. If the /L option is specified the scanning is made for
  83.     every SCSI LUN on a given SCSI ID, else the inquiry is made only for
  84.     LUN = 0 on a given ID.
  85.  
  86.     If the per card initialization is succesfull the last message is
  87.  
  88.         "Initialising complete host adapter : x"
  89.  
  90.     else
  91.  
  92.     "Initialising error host adapter : x error : yyyy"
  93.  
  94.     x-host adapter number (0 based) 
  95.     yyys-the error code
  96.     In this last case the driver displays also a corresponding error 
  97.     string.Also in should be noted that in this last case the driver is
  98.     not installing FOR the specified card.
  99.  
  100.     The autoscan on AT bus is in the order of the following ports:
  101.     388h,384h,38Ch,288h,284h,28Ch,380h,280h.If the /p option is given
  102.     it is mandatory to specify BOTH the port and irq value.On the auto-
  103.     scanning alternative the driver is assigning a default IRQ level
  104.     in the following order:0ah,0bh,0ch,0eh,0fh,0ah,0bh,0ch
  105.  
  106.